1999-11-29 Federico Mena Quintero <federico@redhat.com>
* src/Makefile.am: Uncomment the GnomeCanvasPixbuf sources. This
should be made conditional, not blindly commented out.
+1999-11-29 Federico Mena Quintero <federico@redhat.com>
+
+ * src/Makefile.am: Uncomment the GnomeCanvasPixbuf sources. This
+ should be made conditional, not blindly commented out.
+
1999-11-29 Jonathan Blandford <jrb@redhat.com>
* src/Makefile.am (ICO_LIB): Added another loader from Arjan to
LDADDS = libgdk_pixbuf.la $(LIBART_LIBS) $(GLIB_LIBS) $(GTK_LIBS)
-testpixbuf_LDADD = $(LDADDS) $(LIBART_LIBS) \
+testpixbuf_LDADD = $(LDADDS) $(LIBART_LIBS) $(GNOME_LIBS) \
-lgmodule
-testpixbuf_drawable_LDADD = $(LDADDS)
+testpixbuf_drawable_LDADD = $(LDADDS) $(GNOME_LIBS)
GDK_PIXBUF_LIBS = $(LIBART_LIBS) $(GLIB_LIBS) $(GTK_LIBS)
gdk-pixbuf-io.c \
gdk-pixbuf-loader.c \
gdk-pixbuf-render.c \
- gdk-pixbuf-drawable.c
-## gnome-canvas-pixbuf.c
+ gdk-pixbuf-drawable.c \
+ gnome-canvas-pixbuf.c
libgdk_pixbuf_la_LDFLAGS = -version-info 1:0:0
libgdk_pixbufinclude_HEADERS = \
gdk-pixbuf.h \
gdk-pixbuf-drawable.h \
- gdk-pixbuf-loader.h
-## gnome-canvas-pixbuf.h
+ gdk-pixbuf-loader.h \
+ gnome-canvas-pixbuf.h
noinst_HEADERS = \
gdk-pixbuf-io.h